home *** CD-ROM | disk | FTP | other *** search
- on MAdoLayoutList
- global gMAuniqChars, MAlayoutMaster, MAlayoutList
- if gMAuniqChars = 4 then
- set MAlayoutMaster to list([2: 0, 7: 0, 8: 0, 10: 0, 12: 0, 14: 0, 18: 0, 22: 0])
- end if
- if gMAuniqChars = 5 then
- set MAlayoutMaster to list([2: 0, 3: 0, 5: 0, 7: 0, 9: 0, 10: 0, 12: 0, 15: 0, 18: 0, 22: 0], [1: 0, 4: 0, 5: 0, 7: 0, 8: 0, 11: 0, 12: 0, 14: 0, 18: 0, 22: 0], [2: 0, 4: 0, 5: 0, 7: 0, 8: 0, 10: 0, 12: 0, 14: 0, 19: 0, 22: 0])
- end if
- if gMAuniqChars = 6 then
- set MAlayoutMaster to list([1: 0, 2: 0, 3: 0, 5: 0, 6: 0, 7: 0, 9: 0, 10: 0, 12: 0, 15: 0, 18: 0, 22: 0], [2: 0, 3: 0, 5: 0, 7: 0, 8: 0, 9: 0, 10: 0, 12: 0, 15: 0, 18: 0, 22: 0, 24: 0])
- end if
- if gMAuniqChars = 7 then
- set MAlayoutMaster to list([2: 0, 3: 0, 5: 0, 7: 0, 8: 0, 9: 0, 10: 0, 12: 0, 15: 0, 16: 0, 18: 0, 22: 0, 23: 0, 24: 0], [1: 0, 3: 0, 5: 0, 7: 0, 8: 0, 9: 0, 10: 0, 13: 0, 15: 0, 17: 0, 18: 0, 22: 0, 23: 0, 24: 0])
- end if
- if gMAuniqChars = 8 then
- set MAlayoutMaster to list([1: 0, 2: 0, 3: 0, 5: 0, 7: 0, 8: 0, 9: 0, 10: 0, 11: 0, 13: 0, 15: 0, 17: 0, 18: 0, 22: 0, 23: 0, 24: 0], [1: 0, 2: 0, 3: 0, 5: 0, 7: 0, 8: 0, 9: 0, 10: 0, 11: 0, 13: 0, 15: 0, 17: 0, 18: 0, 22: 0, 23: 0, 24: 0])
- end if
- if gMAuniqChars = 9 then
- set MAlayoutMaster to list([1: 0, 2: 0, 3: 0, 5: 0, 7: 0, 8: 0, 9: 0, 10: 0, 11: 0, 13: 0, 14: 0, 15: 0, 17: 0, 18: 0, 20: 0, 22: 0, 23: 0, 24: 0])
- end if
- if gMAuniqChars = 10 then
- set MAlayoutMaster to list([1: 0, 2: 0, 3: 0, 4: 0, 5: 0, 7: 0, 8: 0, 9: 0, 10: 0, 11: 0, 13: 0, 14: 0, 15: 0, 17: 0, 18: 0, 20: 0, 21: 0, 22: 0, 23: 0, 24: 0])
- end if
- set vMAcount to count(MAlayoutMaster)
- set vMArandom to random(vMAcount)
- set MAlayoutList to getAt(MAlayoutMaster, vMArandom)
- end
-
- on MAdoLetters
- global MAletterList, gMAcharNums
- if gMAcharNums = 4 then
- set MAletterList to [5: 0, 6: 0, 7: 0, 8: 0]
- end if
- if gMAcharNums = 5 then
- set MAletterList to [5: 0, 6: 0, 7: 0, 8: 0, 9: 0]
- end if
- if gMAcharNums = 6 then
- set MAletterList to [4: 0, 5: 0, 6: 0, 7: 0, 8: 0, 9: 0]
- end if
- if gMAcharNums = 7 then
- set MAletterList to [4: 0, 5: 0, 6: 0, 7: 0, 8: 0, 9: 0, 10: 0]
- end if
- if gMAcharNums = 8 then
- set MAletterList to [3: 0, 4: 0, 5: 0, 6: 0, 7: 0, 8: 0, 9: 0, 10: 0]
- end if
- if gMAcharNums = 9 then
- set MAletterList to [3: 0, 4: 0, 5: 0, 6: 0, 7: 0, 8: 0, 9: 0, 10: 0, 11: 0]
- end if
- if gMAcharNums = 10 then
- set MAletterList to [2: 0, 3: 0, 4: 0, 5: 0, 6: 0, 7: 0, 8: 0, 9: 0, 10: 0, 11: 0]
- end if
- if gMAcharNums = 11 then
- set MAletterList to [2: 0, 3: 0, 4: 0, 5: 0, 6: 0, 7: 0, 8: 0, 9: 0, 10: 0, 11: 0, 12: 0]
- end if
- if gMAcharNums = 12 then
- set MAletterList to [1: 0, 2: 0, 3: 0, 4: 0, 5: 0, 6: 0, 7: 0, 8: 0, 9: 0, 10: 0, 11: 0, 12: 0]
- end if
- if gMAcharNums = 13 then
- set MAletterList to [1: 0, 2: 0, 3: 0, 4: 0, 5: 0, 6: 0, 7: 0, 8: 0, 9: 0, 10: 0, 11: 0, 12: 0, 13: 0]
- end if
- end
-